JavaScript

A5.InkLines Ruled Settings Object

Description

Definition of the ink page ruled lines.

Properties

flowstring

The flow of the ruled lines. Options are "ltr", "rtl", "ttb-ltr" and "ttb-rtl". Default is "ltr".

stylestring

The style to render the lines in. The default value of "normal" will always render rules and margin lines. A value of "minimal" will only render rules when not editing. A value of "editing" will only render lines when editing the ink.

widthnumber

The "ink units" width of the lines.

marginobject

The margins for the rules.

colorstring

CSS color to use for the margin lines.

topnumber

The "ink units" top margin of the lines.

leftnumber

The "ink units" left margin of the lines.

rightnumber

The "ink units" right margin of the lines.

bottomnumber

The "ink units" bottom margin of the lines.

rulesobject

The rules settings.

colorstring

CSS color to use for the lines.

sizenumber

The "ink units" size between rules.